GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class > DoubleArray Constructor : DoubleArray Constructor(Double[],Boolean[]) |
Specifies the data for the array.
'Declaration Public Function New( _ ByVal data() As System.Double, _ ByVal isDateTime() As System.Boolean _ )
public DoubleArray( System.double[] data, System.bool[] isDateTime )
Specifies the data for the array.